desc:instruct
npx -y mcp-server-nationalparks| Parameter | Type | Required | Description |
|---|---|---|---|
| stateCode | string | Optional | Filter parks by state code (e.g., "CA" for California, "NY" for New York). Multiple states can be comma-separated (e.g., "CA,OR,WA") |
| q | string | Optional | Search term to filter parks by name or description |
| limit | number | Optional | Maximum number of parks to return (default: 10, max: 50) |
| start | number | Optional | Start position for results (useful for pagination) |
| activities | string | Optional | Filter by available activities (e.g., "hiking,camping") |